DTOSS-13497: Put data reader back in - #176
Merged
mrlockstar merged 1 commit intoJul 24, 2026
Merged
Conversation
mrlockstar
had a problem deploying
to
github-pages
July 24, 2026 10:20 — with
GitHub Actions
Failure
Remove GUIDS and instead use an Azure data reader.
mrlockstar
force-pushed
the
DTOSS-13497-Remove-the-GUIDS-and-replace-it-with-the-directory-data-reader
branch
from
July 24, 2026 11:57
1d988b3 to
1678795
Compare
saliceti
approved these changes
Jul 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Remove GUIDS and instead use an Azure data reader instead.
Quite a simple PR here; simply revert the functionality back to the state it was previously. Please note the lower environments, review, dev and preprod had this reader already working but Prod did not. There was a change implemented by the NHS infrastructure team which allowed the data reader to be used for the Prod environment. The duration taken for the permission to be granted was long enough to put a temporary fix in (to avoid having a feature branch in a production), i.e. read the GUIDs as an environment variable. However, the prod data reader has now been implemented. So this change reverts it back to its original state.
The following command confirms it works in prod:-
(manage-breast-screening-gateway) alastairlock@Alastairs-MacBook-Pro manage-breast-screening-gateway %
Jira link
https://nhsd-jira.digital.nhs.uk/browse/DTOSS-13497
Review notes
This evidences that it working below: -
https://dev.azure.com/nhse-dtos/manage-breast-screening-gateway/_build/results?buildId=42010&view=logs&j=65766a98-ecd4-5f91-c74b-4b239522f3e3&t=3d41361f-22ab-5a54-7607-415e06b0074d
Note this is on the review environment.
Review checklist